8b92aec6bd86a064ccbbee01990a8db4d89a0286,src/net/sourceforge/kolmafia/swingui/panel/ChoiceOptionsPanel.java,ChoiceOptionsPanel,loadSettings,#,1120

Before Change


		{
			System.out.println( "Invalid setting " + hiddenShrineSWIndex + " for choiceAdventure783." );
		}
		int hiddenShrineNEIndex = Preferences.getInteger ( "choiceAdventure785" );
		if ( hiddenShrineNEIndex <= 1  && hiddenShrineNEIndex >= 0)
		{
			this.hiddenShrineNESelect.setSelectedIndex( hiddenShrineNEIndex );
		}
		else
		{
			System.out.println( "Invalid setting " + hiddenShrineNEIndex + " for choiceAdventure785." );
		}
		int hiddenShrineSEIndex = Preferences.getInteger ( "choiceAdventure787" );
		if ( hiddenShrineSEIndex <= 1  && hiddenShrineSEIndex >= 0)

After Change



		this.hiddenShrineNWSelect.settingToSelected();
		this.hiddenShrineSWSelect.settingToSelected();
		this.hiddenShrineNESelect.settingToSelected();
		this.hiddenShrineSESelect.settingToSelected();

		int hiddenApartmentIndex = Preferences.getInteger( "choiceAdventure780" );